ComponentOne ASP.NET MVC Controls
WorkbookTable Constructor(String,String,WorkbookTableStyle,List<WorkbookTableColumn>)

C1.Web.Mvc.Sheet Namespace > WorkbookTable Class > WorkbookTable Constructor : WorkbookTable Constructor(String,String,WorkbookTableStyle,List<WorkbookTableColumn>)
The name of the table.
The range of the table.
The table style to use with the table.
The columns of the table.
Creates a WorkbookTable instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal range As String, _
   Optional ByVal style As WorkbookTableStyle, _
   Optional ByVal columns As List(Of WorkbookTableColumn) _
)

Parameters

name
The name of the table.
range
The range of the table.
style
The table style to use with the table.
columns
The columns of the table.
See Also

Reference

WorkbookTable Class
WorkbookTable Members
Overload List